home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / SYNCH.TXT < prev    next >
Text File  |  1996-08-25  |  4KB  |  104 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                      SYNCH - Synchronise Directories 1.4
  7.  
  8.  
  9. This utility synchronises the contents of two drives or directories by
  10. copying any new or updated files in both directions.  This is particularly
  11. useful for updating information between two computers connected through a
  12. null modem cable.  It works like the XCOPY command with the /S parameter
  13. except that it will only copy new or updated files, and performs the copy in
  14. both directions.  It is equivalent to running SAFECOPY for each directory
  15. and its subdirectories.
  16.  
  17.  
  18. USAGE:
  19.  
  20.  SYNCH directory1 [directory2] [options]
  21.  
  22. where:  directory1   is the first drive or directory
  23.  
  24.         directory2   is the second drive or directory, or the current
  25.                      directory if blank
  26.  
  27.         options      is any of the following:
  28.  
  29.           /1         copy only from directory1 to directory2
  30.           /2         copy in both directions (default)
  31.           /D         synch directory only, not subdirectories
  32.           /S         synch directory and all subdirectories (default)
  33.           /T         synch subdirectories only, not directory itself
  34.  
  35. Either directory will be created if it does not already exist, as will any
  36. subdirectory.
  37.  
  38.  
  39. EXAMPLES:
  40.  
  41.   SYNCH C:\DIR1 D:\DIR2          will synchronise the contents of the DIR1
  42.                                  directory on C: with the DIR2 directory on D:
  43.  
  44.   SYNCH C:\DIR1 A:\              will synchronise the contents of the DIR1
  45.                                  directory on C: with the root directory on A:
  46.  
  47.   SYNCH B:\                      will synchronise the contents of the root
  48.                                  directory on B: with the current directory
  49.  
  50.   SYNCH C:\DIR1 A:\ /1           will ensure that drive A: contains all the
  51.                                  latest files from C:\DIR1 and A:
  52.  
  53.   SYNCH C:\DIR1 D:\DIR2 /D       will synchronise the files in C:\DIR1 and
  54.                                  D:\DIR2 but not their subdirectories
  55.  
  56.   SYNCH A:\ B:\ /T               will synchronise the contents of drives A:
  57.                                  and B: except for the root directories
  58.  
  59. Run SYNCH with no parameters or "?" or "/?" to display simple help and
  60. registration information.
  61.  
  62.  
  63. SYNCHRONISING TWO DISKETTES IN THE SAME DRIVE:
  64.  
  65. The contents of two diskettes can be synchronised in the same drive by using
  66. a temporary directory on a second drive as an intermediary.  For example, to
  67. synchronise two diskettes in drive A:
  68.  
  69. 1.  Put the first diskette into A: and synchronise it with the temporary
  70. directory
  71.  
  72.   SYNCH A:\ C:\TEMPDIR
  73.  
  74. 2.  Put the second diskette into A: and synchronise it with the temporary
  75. directory
  76.  
  77.   SYNCH A:\ C:\TEMPDIR
  78.  
  79. 3.  Put the first diskette back into A: again and synchronise it with the
  80. temporary directory one more time
  81.  
  82.   SYNCH A:\ C:\TEMPDIR
  83.  
  84. Note that you do not have to create C:\TEMPDIR prior to running SYNCH, however
  85. you will have to delete it afterwards.  This is easiest with a complete
  86. directory tree removal program such as RMTREE also from K-Tools Utilities.
  87.  
  88.  
  89. REGISTRATION:
  90.  
  91. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  92. using it after the 60 day trial period you must register, which costs only
  93. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  94.  
  95. Author:     Rob McDonell
  96.             ARK ANGLES
  97.             P O Box 190 (61 Oaklands Rd)
  98.             Hazelbrook  NSW  2779
  99.             AUSTRALIA
  100. Phone:      Intl+61-47-588100
  101. Fax:        Intl+61-47-588638
  102. Compuserve: 100237,141
  103. Internet:   100237.141@compuserve.com
  104.